home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / ppp / options < prev    next >
Text File  |  2009-02-20  |  13KB  |  354 lines

  1. # /etc/ppp/options
  2. # Originally created by Jim Knoble <jmknoble@mercury.interpath.net>
  3. # Modified for Debian by alvar Bray <alvar@meiko.co.uk>
  4. # Modified for PPP Server setup by Christoph Lameter <clameter@debian.org>
  5. #
  6. # To quickly see what options are active in this file, use this command:
  7. #   egrep -v '#|^ *$' /etc/ppp/options
  8.  
  9. # Specify which DNS Servers the incoming Win95 or WinNT Connection should use
  10. # Two Servers can be remotely configured
  11. # ms-dns 192.168.1.1
  12. # ms-dns 192.168.1.2
  13.  
  14. # Specify which WINS Servers the incoming connection Win95 or WinNT should use
  15. # ms-wins 192.168.1.50
  16. # ms-wins 192.168.1.51
  17.  
  18. # Run the executable or shell command specified after pppd has
  19. # terminated the link.  This script could, for example, issue commands
  20. # to the modem to cause it to hang up if hardware modem control signals
  21. # were not available.
  22. #disconnect "chat -- \d+++\d\c OK ath0 OK"
  23.  
  24. # async character map -- 32-bit hex; each bit is a character
  25. # that needs to be escaped for pppd to receive it.  0x00000001
  26. # represents '\x01', and 0x80000000 represents '\x1f'.
  27. asyncmap 0
  28.  
  29. # Require the peer to authenticate itself before allowing network
  30. # packets to be sent or received.
  31. # Please do not disable this setting. It is expected to be standard in
  32. # future releases of pppd. Use the call option (see manpage) to disable
  33. # authentication for specific peers.
  34. #auth
  35. noauth
  36. # ... Unfortunately, fixing this properly in the peers file
  37. # (/etc/ppp/peers/ppp0, typically) is apparently incompatible with the
  38. # paradigm used by gnome-system-tools and system-tools-backend for
  39. # managing the peers files.  So in Ubuntu Feisty we change the default.
  40.  
  41. # Use hardware flow control (i.e. RTS/CTS) to control the flow of data
  42. # on the serial port.
  43. crtscts
  44.  
  45. # Use software flow control (i.e. XON/XOFF) to control the flow of data
  46. # on the serial port.
  47. #xonxoff
  48.  
  49. # Specifies that certain characters should be escaped on transmission
  50. # (regardless of whether the peer requests them to be escaped with its
  51. # async control character map).  The characters to be escaped are
  52. # specified as a list of hex numbers separated by commas.  Note that
  53. # almost any character can be specified for the escape option, unlike
  54. # the asyncmap option which only allows control characters to be
  55. # specified.  The characters which may not be escaped are those with hex
  56. # values 0x20 - 0x3f or 0x5e.
  57. #escape 11,13,ff
  58.  
  59. # Don't use the modem control lines.
  60. #local
  61.  
  62. # Specifies that pppd should use a UUCP-style lock on the serial device
  63. # to ensure exclusive access to the device.
  64. lock
  65.  
  66. # Don't show the passwords when logging the contents of PAP packets.
  67. # This is the default.
  68. hide-password
  69.  
  70. # When logging the contents of PAP packets, this option causes pppd to
  71. # show the password string in the log message.
  72. #show-password
  73.  
  74. # Use the modem control lines.  On Ultrix, this option implies hardware
  75. # flow control, as for the crtscts option.  (This option is not fully
  76. # implemented.)
  77. modem
  78.  
  79. # Set the MRU [Maximum Receive Unit] value to <n> for negotiation.  pppd
  80. # will ask the peer to send packets of no more than <n> bytes. The
  81. # minimum MRU value is 128.  The default MRU value is 1500.  A value of
  82. # 296 is recommended for slow links (40 bytes for TCP/IP header + 256
  83. # bytes of data).
  84. #mru 542
  85.  
  86. # Set the interface netmask to <n>, a 32 bit netmask in "decimal dot"
  87. # notation (e.g. 255.255.255.0).
  88. #netmask 255.255.255.0
  89.  
  90. # Disables the default behaviour when no local IP address is specified,
  91. # which is to determine (if possible) the local IP address from the
  92. # hostname. With this option, the peer will have to supply the local IP
  93. # address during IPCP negotiation (unless it specified explicitly on the
  94. # command line or in an options file).
  95. #noipdefault
  96.  
  97. # Enables the "passive" option in the LCP.  With this option, pppd will
  98. # attempt to initiate a connection; if no reply is received from the
  99. # peer, pppd will then just wait passively for a valid LCP packet from
  100. # the peer (instead of exiting, as it does without this option).
  101. #passive
  102.  
  103. # With this option, pppd will not transmit LCP packets to initiate a
  104. # connection until a valid LCP packet is received from the peer (as for
  105. # the "passive" option with old versions of pppd).
  106. #silent
  107.  
  108. # Don't request or allow negotiation of any options for LCP and IPCP
  109. # (use default values).
  110. #-all
  111.  
  112. # Disable Address/Control compression negotiation (use default, i.e.
  113. # address/control field disabled).
  114. #-ac
  115.  
  116. # Disable asyncmap negotiation (use the default asyncmap, i.e. escape
  117. # all control characters).
  118. #-am
  119.  
  120. # Don't fork to become a background process (otherwise pppd will do so
  121. # if a serial device is specified).
  122. #-detach
  123.  
  124. # Disable IP address negotiation (with this option, the remote IP
  125. # address must be specified with an option on the command line or in
  126. # an options file).
  127. #-ip
  128.  
  129. # Disable IPCP negotiation and IP communication. This option should
  130. # only be required if the peer is buggy and gets confused by requests
  131. # from pppd for IPCP negotiation.
  132. #noip
  133.  
  134. # Disable magic number negotiation.  With this option, pppd cannot
  135. # detect a looped-back line.
  136. #-mn
  137.  
  138. # Disable MRU [Maximum Receive Unit] negotiation (use default, i.e.
  139. # 1500).
  140. #-mru
  141.  
  142. # Disable protocol field compression negotiation (use default, i.e.
  143. # protocol field compression disabled).
  144. #-pc
  145.  
  146. # Require the peer to authenticate itself using PAP.
  147. #+pap
  148.  
  149. # Don't agree to authenticate using PAP.
  150. #-pap
  151.  
  152. # Require the peer to authenticate itself using CHAP [Cryptographic
  153. # Handshake Authentication Protocol] authentication.
  154. #+chap
  155.  
  156. # Don't agree to authenticate using CHAP.
  157. #-chap
  158.  
  159. # Disable negotiation of Van Jacobson style IP header compression (use
  160. # default, i.e. no compression).
  161. #-vj
  162.  
  163. # Increase debugging level (same as -d).  If this option is given, pppd
  164. # will log the contents of all control packets sent or received in a
  165. # readable form.  The packets are logged through syslog with facility
  166. # daemon and level debug. This information can be directed to a file by
  167. # setting up /etc/syslog.conf appropriately (see syslog.conf(5)).  (If
  168. # pppd is compiled with extra debugging enabled, it will log messages
  169. # using facility local2 instead of daemon).
  170. #debug
  171.  
  172. # Append the domain name <d> to the local host name for authentication
  173. # purposes.  For example, if gethostname() returns the name porsche,
  174. # but the fully qualified domain name is porsche.Quotron.COM, you would
  175. # use the domain option to set the domain name to Quotron.COM.
  176. #domain <d>
  177.  
  178. # Enable debugging code in the kernel-level PPP driver.  The argument n
  179. # is a number which is the sum of the following values: 1 to enable
  180. # general debug messages, 2 to request that the contents of received
  181. # packets be printed, and 4 to request that the contents of transmitted
  182. # packets be printed.
  183. #kdebug n
  184.  
  185. # Set the MTU [Maximum Transmit Unit] value to <n>. Unless the peer
  186. # requests a smaller value via MRU negotiation, pppd will request that
  187. # the kernel networking code send data packets of no more than n bytes
  188. # through the PPP network interface.
  189. #mtu <n>
  190.  
  191. # Set the name of the local system for authentication purposes to <n>.
  192. # This is a privileged option. With this option, pppd will use lines in the
  193. # secrets files which have <n> as the second field when looking for a
  194. # secret to use in authenticating the peer. In addition, unless overridden
  195. # with the user option, <n> will be used as the name to send to the peer
  196. # when authenticating the local system to the peer. (Note that pppd does
  197. # not append the domain name to <n>.)
  198. #name <n>
  199.  
  200. # Enforce the use of the hostname as the name of the local system for
  201. # authentication purposes (overrides the name option).
  202. #usehostname
  203.  
  204. # Set the assumed name of the remote system for authentication purposes
  205. # to <n>.
  206. #remotename <n>
  207.  
  208. # Add an entry to this system's ARP [Address Resolution Protocol]
  209. # table with the IP address of the peer and the Ethernet address of this
  210. # system.
  211. proxyarp
  212.  
  213. # Use the system password database for authenticating the peer using
  214. # PAP. Note: mgetty already provides this option. If this is specified
  215. # then dialin from users using a script under Linux to fire up ppp wont work.
  216. # login
  217.  
  218. # If this option is given, pppd will send an LCP echo-request frame to the
  219. # peer every n seconds. Normally the peer should respond to the echo-request
  220. # by sending an echo-reply. This option can be used with the
  221. # lcp-echo-failure option to detect that the peer is no longer connected.
  222. lcp-echo-interval 30
  223.  
  224. # If this option is given, pppd will presume the peer to be dead if n
  225. # LCP echo-requests are sent without receiving a valid LCP echo-reply.
  226. # If this happens, pppd will terminate the connection.  Use of this
  227. # option requires a non-zero value for the lcp-echo-interval parameter.
  228. # This option can be used to enable pppd to terminate after the physical
  229. # connection has been broken (e.g., the modem has hung up) in
  230. # situations where no hardware modem control lines are available.
  231. lcp-echo-failure 4
  232.  
  233. # Set the LCP restart interval (retransmission timeout) to <n> seconds
  234. # (default 3).
  235. #lcp-restart <n>
  236.  
  237. # Set the maximum number of LCP terminate-request transmissions to <n>
  238. # (default 3).
  239. #lcp-max-terminate <n>
  240.  
  241. # Set the maximum number of LCP configure-request transmissions to <n>
  242. # (default 10).
  243. #lcp-max-configure <n>
  244.  
  245. # Set the maximum number of LCP configure-NAKs returned before starting
  246. # to send configure-Rejects instead to <n> (default 10).
  247. #lcp-max-failure <n>
  248.  
  249. # Set the IPCP restart interval (retransmission timeout) to <n>
  250. # seconds (default 3).
  251. #ipcp-restart <n>
  252.  
  253. # Set the maximum number of IPCP terminate-request transmissions to <n>
  254. # (default 3).
  255. #ipcp-max-terminate <n>
  256.  
  257. # Set the maximum number of IPCP configure-request transmissions to <n>
  258. # (default 10).
  259. #ipcp-max-configure <n>
  260.  
  261. # Set the maximum number of IPCP configure-NAKs returned before starting
  262. # to send configure-Rejects instead to <n> (default 10).
  263. #ipcp-max-failure <n>
  264.  
  265. # Set the PAP restart interval (retransmission timeout) to <n> seconds
  266. # (default 3).
  267. #pap-restart <n>
  268.  
  269. # Set the maximum number of PAP authenticate-request transmissions to
  270. # <n> (default 10).
  271. #pap-max-authreq <n>
  272.  
  273. # Set the maximum time that pppd will wait for the peer to authenticate
  274. # itself with PAP to <n> seconds (0 means no limit).
  275. #pap-timeout <n>
  276.  
  277. # Set the CHAP restart interval (retransmission timeout for
  278. # challenges) to <n> seconds (default 3).
  279. #chap-restart <n>
  280.  
  281. # Set the maximum number of CHAP challenge transmissions to <n>
  282. # (default 10).
  283. #chap-max-challenge
  284.  
  285. # If this option is given, pppd will rechallenge the peer every <n>
  286. # seconds.
  287. #chap-interval <n>
  288.  
  289. # With this option, pppd will accept the peer's idea of our local IP
  290. # address, even if the local IP address was specified in an option.
  291. #ipcp-accept-local
  292.  
  293. # With this option, pppd will accept the peer's idea of its (remote) IP
  294. # address, even if the remote IP address was specified in an option.
  295. #ipcp-accept-remote
  296.  
  297. # Disable the IPXCP and IPX protocols.
  298. # To let pppd pass IPX packets comment this out --- you'll probably also
  299. # want to install ipxripd, and have the Internal IPX Network option enabled
  300. # in your kernel.  /usr/doc/HOWTO/IPX-HOWTO.gz contains more info.
  301. noipx
  302.  
  303. # Exit once a connection has been made and terminated. This is the default,
  304. # unless the `persist' or `demand' option has been specified.
  305. #nopersist
  306.  
  307. # Do not exit after a connection is terminated; instead try to reopen
  308. # the connection.
  309. #persist
  310.  
  311. # Terminate after n consecutive failed connection attempts.
  312. # A value of 0 means no limit. The default value is 10.
  313. #maxfail <n>
  314.  
  315. # Initiate the link only on demand, i.e. when data traffic is present. 
  316. # With this option, the remote IP address must be specified by the user on
  317. # the command line or in an options file.  Pppd will initially configure
  318. # the interface and enable it for IP traffic without connecting to the peer. 
  319. # When traffic is available, pppd will connect to the peer and perform
  320. # negotiation, authentication, etc.  When this is completed, pppd will
  321. # commence passing data packets (i.e., IP packets) across the link.
  322. #demand
  323.  
  324. # Specifies that pppd should disconnect if the link is idle for <n> seconds.
  325. # The link is idle when no data packets (i.e. IP packets) are being sent or
  326. # received.  Note: it is not advisable to use this option with the persist
  327. # option without the demand option.  If the active-filter option is given,
  328. # data packets which are rejected by the specified activity filter also
  329. # count as the link being idle.
  330. #idle <n>
  331.  
  332. # Specifies how many seconds to wait before re-initiating the link after
  333. # it terminates.  This option only has any effect if the persist or demand
  334. # option is used.  The holdoff period is not applied if the link was
  335. # terminated because it was idle.
  336. #holdoff <n>
  337.  
  338. # Wait for up n milliseconds after the connect script finishes for a valid
  339. # PPP packet from the peer.  At the end of this time, or when a valid PPP
  340. # packet is received from the peer, pppd will commence negotiation by
  341. # sending its first LCP packet.  The default value is 1000 (1 second).
  342. # This wait period only applies if the connect or pty option is used.
  343. #connect-delay <n>
  344.  
  345. # Packet filtering: for more information, see pppd(8)
  346. # Any packets matching the filter expression will be interpreted as link
  347. # activity, and will cause a "demand" connection to be activated, and reset
  348. # the idle connection timer. (idle option)
  349. # The filter expression is akin to that of tcpdump(1)
  350. #active-filter <filter-expression>
  351.  
  352. # ---<End of File>---
  353.